home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / python-gnupginterface.postinst < prev    next >
Text File  |  2007-08-29  |  446b  |  17 lines

  1. #!/bin/sh
  2.  
  3. set -e
  4.  
  5. # Automatically added by dh_installdocs
  6. if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
  7.     install-docs -i /usr/share/doc-base/gnupginterface
  8. fi
  9. # End automatically added section
  10. # Automatically added by dh_pysupport
  11. if [ "$1" = "configure" ] && which update-python-modules >/dev/null 2>&1; then
  12.     update-python-modules -i /usr/share/python-support/python-gnupginterface
  13. fi
  14. # End automatically added section
  15.  
  16.  
  17.